Sets our main struct and passes it to the parent class.
Creates a new GtkEntryBuffer using secure memory allocations.
Get the main Gtk struct
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Deletes a sequence of characters from the buffer.
Used when subclassing GtkEntryBuffer.
Used when subclassing GtkEntryBuffer.
Retrieves the length in bytes of the buffer.
Retrieves the length in characters of the buffer.
Retrieves the maximum allowed length of the text in @buffer.
Retrieves the contents of the buffer.
Inserts @n_chars characters of @chars into the contents of the buffer, at position @position.
Sets the maximum allowed length of the contents of the buffer.
Sets the text in the buffer.
The text is altered in the default handler for this signal.
This signal is emitted after text is inserted into the buffer.
A GtkEntryBuffer that locks the underlying memory to prevent it from being swapped to disk.
GtkPasswordEntry uses a GtkPasswordEntryBuffer.